PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / closeFillNonZeroStroke Method
Path fill style.
In This Topic
    closeFillNonZeroStroke Method
    In This Topic
    Closes the current path, fills the path using the fillMode and then strokes the path. Operator: b for PDFFillMode.NonZeroWinding or b* for PDFFillMode.EvenOdd.
    Syntax
    public void closeFillNonZeroStroke( 
       PDFFillMode fillMode
    )

    Parameters

    fillMode
    Path fill style.
    See Also